runtime.workType.sweepWaiters (field)
9 uses
runtime (current package)
mgc.go#L188: lockInit(&work.sweepWaiters.lock, lockRankSweepWaiters)
mgc.go#L405: sweepWaiters struct {
mgc.go#L511: lock(&work.sweepWaiters.lock)
mgc.go#L519: unlock(&work.sweepWaiters.lock)
mgc.go#L525: work.sweepWaiters.list.push(getg())
mgc.go#L526: goparkunlock(&work.sweepWaiters.lock, waitReasonWaitForGCCycle, traceBlockUntilGCEnds, 1)
mgc.go#L1059: lock(&work.sweepWaiters.lock)
mgc.go#L1061: injectglist(&work.sweepWaiters.list)
mgc.go#L1062: unlock(&work.sweepWaiters.lock)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |